home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Build Support / SCPCHeaders++.make < prev    next >
Encoding:
Text File  |  1996-02-19  |  1.1 KB  |  44 lines  |  [TEXT/MPS ]

  1. #
  2. #    File:        SCPCHeaders++.make
  3. #
  4. #    Contains:    Build script for SCpp Precompiled Headers
  5. #
  6. #    Written by:    Steve Smith
  7. #
  8. #    Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #    Change History (most recent first):
  11. #
  12. #    To Do:
  13. #
  14.  
  15.  
  16. # --- Directory Dependencies ----
  17.  
  18. "{ObjectsDir}" ƒ "{BuildSupportDir}"
  19. "{ObjectsDir}" ƒ "{OpenDocDir}PublicUtilities:Interfaces:"
  20.  
  21. # --- SOURCE/OBJECT CODE ---
  22.  
  23. "{ObjectsDir}{SCppPrecompiledHeaders}"    ƒ    ∂
  24.     "{BuildSupportDir}SCPCHeaders++.pch"     ∂
  25.     "{ODHandMadeIntfDir}QDFixM.h"        ∂
  26.     "{ODHandMadeIntfDir}ODTypes.h"        ∂
  27.     "{ODCppIntfDir}StdDefs.xh"            ∂
  28.     "{ODCppIntfDir}StdTypes.xh"            ∂
  29.     "{ODCppIntfDir}Part.xh"                ∂
  30.     "{ODCppIntfDir}PartWrap.xh"            ∂
  31.     "{ODCppIntfDir}Facet.xh"            ∂
  32.     "{ODCppIntfDir}Frame.xh"            ∂
  33.     "{ODCppIntfDir}Shape.xh"            ∂
  34.     "{ODCppIntfDir}StdProps.xh"            ∂
  35.     "{ODCppIntfDir}CmdDefs.xh"            ∂
  36.     "{ODCppIntfDir}Draft.xh"            ∂
  37.     "{ODCppIntfDir}StorageU.xh"            ∂
  38.     "{ODCppIntfDir}Trnsform.xh"            ∂
  39.     "{ODCppIntfDir}MenuBar.xh"            ∂
  40.     "{ODCppIntfDir}Window.xh"            ∂
  41.     "{ODCppIntfDir}ODSessn.xh"            ∂
  42.     "{OpenDocDir}PublicUtilities:Interfaces:Except.h"
  43.  
  44.